home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Miscellaneous / Generic App ƒ / 2GenApp Hdr / ShellPr.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-04-25  |  874 b   |  28 lines  |  [TEXT/KAHL]

  1. /* *****************************************************************************
  2.     FILE:             ShellPr.h
  3.     
  4.     DESCRIPTION:     Shell module prototypes
  5.  
  6.     AUTHOR:            Kurt W.G. Matthies
  7.         
  8.     Copyright © 1990 by Code of the West, Inc., All Rights Reserved.
  9.  
  10.     
  11.     Revision History:
  12.     ==========================================================
  13.     4.24.90    -    June 1990 MacUser Release - multiple windows
  14.     3.30.90 -     May 1990 MacUser Release
  15.     ==========================================================
  16.  
  17.    ***************************************************************************** */
  18.  
  19. #ifndef _ShellPr_
  20. #define _ShellPr_
  21.  
  22. void     cleanExit     ( Boolean );
  23.                         
  24. #endif
  25. /* ===============================  EOF  =======================================
  26.     Copyright © 1990 by Code of the West, Inc. All Rights Reserved.
  27. ================================================================================ */
  28.